encoding/binary.bigEndian.AppendUint32 (method, view implemented interface methods)
4 uses
encoding/binary (current package)
binary.go#L191: func (bigEndian) AppendUint32(b []byte, v uint32) []byte {
github.com/refraction-networking/utls
u_quic_transport_parameters.go#L252: b = binary.BigEndian.AppendUint32(b, v.ChoosenVersion)
u_quic_transport_parameters.go#L255: b = binary.BigEndian.AppendUint32(b, version)
u_quic_transport_parameters.go#L257: b = binary.BigEndian.AppendUint32(b, v.GetGREASEVersion())
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |